home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / game / patch / Reboot-StartV2.lha / reboot-start / Startup-sequence < prev    next >
Text File  |  1999-02-14  |  1KB  |  22 lines

  1. ;©1999 script by Aldo Bianchi
  2. ;Example for Capital Punishment
  3. if exists rad1:tude         ;not remove this entry
  4. tude hardreset              ;not remove this entry
  5. endif                       ;nor remove this entry
  6. path hd0:c add              ;change "hd0" if your hd-boot partition is named dh0
  7. assign >nil: libs: hd0:libs add      ;same with hd0..!
  8. assign >nil: fonts: hd0:fonts add    ;same with hd0..!
  9. run >nil: clicknot          ;stop click on DF0 ... not remove this entry..!!
  10. copy >nil: hd0:c/tude rad1: ;not remove this entry    only change hd0...!!
  11. run >nil: pal               ;forces the game to run in PAL mode..!
  12. cd hd1:games/fight/Capital  ;put here your game path..!!
  13. execute cp                  ;put here the script or executable of the game...!!
  14.  
  15. ;This is for reset the computer if the game have an exit button...!!
  16.  
  17. remrad force                ;you can remove this line if you want...!
  18. copy reboot ram:            ;you can remove this line if you want...!
  19. ram:                        ;you can remove this line if you want...!
  20. reboot                      ;you can remove this line if you want...!
  21.  
  22.